return number_format((float)$number, 2, '.', '');
$foo = "105"; echo number_format((float)$foo, 2, '.', '');